type github.com/klauspost/compress/fse.decoder
7 uses
github.com/klauspost/compress/fse (current package)
decompress.go#L267: var s1, s2 decoder
decompress.go#L335: type decoder struct {
decompress.go#L342: func (d *decoder) init(in *bitReader, dt []decSymbol, tableLog uint8) {
decompress.go#L350: func (d *decoder) next() uint8 {
decompress.go#L359: func (d *decoder) finished() bool {
decompress.go#L364: func (d *decoder) final() uint8 {
decompress.go#L371: func (d *decoder) nextFast() uint8 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |